com.ibm.websphere.ActivitySession
Class NotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.websphere.ActivitySession.ActivitySessionException
              extended bycom.ibm.websphere.ActivitySession.NotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedException
extends ActivitySessionException

A NotSupportedException is thrown by the ActivitySession service if an attempt is made to perform an operation which is not supported in the calling environment.

See Also:
Serialized Form

Constructor Summary
NotSupportedException()
          Constructs a new NotSupportedException
NotSupportedException(java.lang.Exception ex)
          Constructs a new NotSupportedException with the given nested exception
NotSupportedException(java.lang.String msg)
          Constructs a new NotSupportedException with the given detail message
NotSupportedException(java.lang.String msg, java.lang.Exception ex)
          Constructs a new NotSupportedException with the given detail message and nested exception
 
Methods inherited from class com.ibm.websphere.ActivitySession.ActivitySessionException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSupportedException

public NotSupportedException()
Constructs a new NotSupportedException


NotSupportedException

public NotSupportedException(java.lang.String msg)
Constructs a new NotSupportedException with the given detail message

Parameters:
msg - The detail message

NotSupportedException

public NotSupportedException(java.lang.Exception ex)
Constructs a new NotSupportedException with the given nested exception

Parameters:
ex - The nested exception

NotSupportedException

public NotSupportedException(java.lang.String msg,
                             java.lang.Exception ex)
Constructs a new NotSupportedException with the given detail message and nested exception

Parameters:
msg - The detail message
ex - The nested exception