org.openwms.core.exception
Class DomainModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openwms.core.exception.DomainModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPasswordException, StateChangeException

public class DomainModelException
extends Exception

A DomainModelException is a checked top-level exception for all exceptions of the domain model layer.

Since:
0.1
Version:
$Revision: 1542 $
Author:
Heiko Scherrer
See Also:
Serialized Form

Constructor Summary
DomainModelException()
          Create a new DomainModelException.
DomainModelException(String message)
          Create a new DomainModelException.
DomainModelException(String message, Throwable cause)
          Create a new DomainModelException.
DomainModelException(Throwable cause)
          Create a new DomainModelException.
 
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

DomainModelException

public DomainModelException()
Create a new DomainModelException.


DomainModelException

public DomainModelException(String message)
Create a new DomainModelException.

Parameters:
message - Detail message

DomainModelException

public DomainModelException(Throwable cause)
Create a new DomainModelException.

Parameters:
cause - Root cause

DomainModelException

public DomainModelException(String message,
                            Throwable cause)
Create a new DomainModelException.

Parameters:
message - Detail message
cause - Root cause


Copyright © 2005-2011 openwms.org. All Rights Reserved.