ToolkitException Class

com.beasys.commerce.axiom.util
ToolkitException Class

public class ToolkitException

    extends Exception

Exception for the toolkit utility processes.


Hierarchy
Object
  Throwable
    Exception
      ToolkitException
All Implemented Interfaces

Serializable

Constructor Summary

ToolkitException()

Default Constructor.
ToolkitException(String aMessage)

ToolkitException
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ToolkitException

public ToolkitException()
Default Constructor.

ToolkitException

public ToolkitException(String aMessage)
ToolkitException