org.mactor.framework
Class MactorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mactor.framework.MactorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigException, MessageTimoutException

public class MactorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MactorException()
           
MactorException(java.lang.String message)
           
MactorException(java.lang.String message, java.lang.Throwable cause)
           
MactorException(java.lang.Throwable cause)
           
 
Method Summary
 
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

MactorException

public MactorException()

MactorException

public MactorException(java.lang.String message)

MactorException

public MactorException(java.lang.Throwable cause)

MactorException

public MactorException(java.lang.String message,
                       java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.