org.openwms.core.service.exception
Class RemovalNotAllowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openwms.core.service.exception.ServiceException
              extended by org.openwms.core.service.exception.RemovalNotAllowedException
All Implemented Interfaces:
Serializable

public class RemovalNotAllowedException
extends ServiceException
implements Serializable

A RemovalNotAllowedException is thrown when the caller is not allowed to remove an entity.

Since:
0.1
Version:
$Revision: 1538 $
Author:
Tina Russell
See Also:
Serialized Form

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

RemovalNotAllowedException

public RemovalNotAllowedException(String message)
Create a new RemovalNotAllowedException.

Parameters:
message - Detail message

RemovalNotAllowedException

public RemovalNotAllowedException(Throwable cause)
Create a new RemovalNotAllowedException.

Parameters:
cause - Root cause

RemovalNotAllowedException

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

Parameters:
message - Detail message
cause - Root cause


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