com.ptc.windchill.instassm
Class ReleaseIdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bycom.ptc.windchill.instassm.ReleaseIdException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class ReleaseIdException
extends WTException

For ReleaseId specific exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ReleaseIdException(Exception ex)
          Construct a ReleaseIdException wrapper for another exception.
ReleaseIdException(Exception ex, String message)
          Constract a ReleaseIdException wrapper for an exception with a non-localizable message.
ReleaseIdException(Exception ex, String resource_bundle_name, String message_key, Object[] params)
          Construct a localizable ReleaseIdException with embedded exception.
ReleaseIdException(String message)
          Constructs a ReleaseIdException with a non-localizable message
ReleaseIdException(String resource_bundle_name, String message_key, Object[] params)
          Constructs a localizable ReleaseIdException
 
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReleaseIdException

public ReleaseIdException(String message)
Constructs a ReleaseIdException with a non-localizable message

Parameters:
message - String - non-localizable text

ReleaseIdException

public ReleaseIdException(String resource_bundle_name,
                          String message_key,
                          Object[] params)
Constructs a localizable ReleaseIdException

Parameters:
resource_bundle_name - String - naming the resource bundle to use
params - Object[] - array of values to substitute into the message.

ReleaseIdException

public ReleaseIdException(Exception ex)
Construct a ReleaseIdException wrapper for another exception.

Parameters:
ex - Exception - the original culprit causing the exception

ReleaseIdException

public ReleaseIdException(Exception ex,
                          String message)
Constract a ReleaseIdException wrapper for an exception with a non-localizable message.

Parameters:
ex - Exception - the original culprit causing the exception
message - String - non-localizable text

ReleaseIdException

public ReleaseIdException(Exception ex,
                          String resource_bundle_name,
                          String message_key,
                          Object[] params)
Construct a localizable ReleaseIdException with embedded exception.

Parameters:
ex - Exception - the original culprit causing the exception
resource_bundle_name - String - naming the resource bundle to use
params - Object[] - array of values to substitute into the message.