PenProfile 2.x

com.sun.cldc.isolate
Class IsolateResourceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.sun.cldc.isolate.IsolateResourceError

public class IsolateResourceError
extends Error

IsolateResourceError is thrown when the resource requirements required for an action cannot be fulfilled.

The conditions leading to this exception may be transient or permanent depending on the action and the resource involved. Refer to the specific documentation for the constructor or method in question.

Note that resource in the context of this exception is defined as something required for program operations, for which the lack thereof causes a failure.


Constructor Summary
IsolateResourceError()
          Constructs a IsolateResourceError with no specified detail message.
IsolateResourceError(String detail)
          Constructs a IsolateResourceError with specified detail message.
IsolateResourceError(String detail, Throwable cause)
          Constructs a IsolateResourceError that wraps the specified throwable and provides the given detail message.
IsolateResourceError(Throwable cause)
          Constructs a IsolateResourceError that wraps the specified throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsolateResourceError

public IsolateResourceError()
Constructs a IsolateResourceError with no specified detail message.


IsolateResourceError

public IsolateResourceError(String detail)
Constructs a IsolateResourceError with specified detail message.

Parameters:
detail - Detailed information about the exception

IsolateResourceError

public IsolateResourceError(Throwable cause)
Constructs a IsolateResourceError that wraps the specified throwable.

Parameters:
cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted and indicates that the cause is nonexistent or unknown.)

IsolateResourceError

public IsolateResourceError(String detail,
                            Throwable cause)
Constructs a IsolateResourceError that wraps the specified throwable and provides the given detail message.

Parameters:
detail - Detailed information about the exception
cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted and indicates that the cause is nonexistent or unknown.)

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.