com.werken.blissed
Class ActivityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.werken.blissed.BlissedException
                    |
                    +--com.werken.blissed.ActivityException
All Implemented Interfaces:
java.io.Serializable

public class ActivityException
extends BlissedException

Indicates an error while performing an activity.

Author:
bob mcwhirter
See Also:
Activity.perform(com.werken.blissed.ProcessContext), Serialized Form

Constructor Summary
ActivityException(java.lang.String msg)
          Construct with a message.
ActivityException(java.lang.Throwable rootCause)
          Construct with a root cause.
 
Methods inherited from class com.werken.blissed.BlissedException
getLocalizedMessage, getMessage, getRootCause, hasRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivityException

public ActivityException(java.lang.String msg)
Construct with a message.
Parameters:
msg - The message.

ActivityException

public ActivityException(java.lang.Throwable rootCause)
Construct with a root cause.
Parameters:
rootCause - The root cause.


Copyright © 2002-2002 The Werken Company. All Rights Reserved.