oemware.core
Class CoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oemware.core.CoreException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileException, ServiceException

public class CoreException
extends java.lang.Exception

The core exception.

Version:
$Id: CoreException.java 13 2008-06-15 19:43:04Z oemware $
See Also:
Serialized Form

Constructor Summary
CoreException()
           
CoreException(java.lang.String pMessage)
           
CoreException(java.lang.String pMessage, java.lang.Throwable pThrowable)
           
CoreException(java.lang.Throwable pThrowable)
           
 
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

CoreException

public CoreException()

CoreException

public CoreException(java.lang.String pMessage)

CoreException

public CoreException(java.lang.Throwable pThrowable)

CoreException

public CoreException(java.lang.String pMessage,
                     java.lang.Throwable pThrowable)


Copyright © 2008 Deft Labs - Released under LGPL, Version 3.0