net.dpml.transit.model
Class VetoDisposalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.dpml.transit.model.VetoDisposalException
All Implemented Interfaces:
Serializable

public class VetoDisposalException
extends RuntimeException

Exception raised to veto a disposal request.

Version:
1.0.0
Author:
The Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
VetoDisposalException(Object source)
          Construct a new VetoDisposalException instance.
VetoDisposalException(Object source, String message)
          Construct a new VetoDisposalException instance.
 
Method Summary
 Object getSource()
          Return the object rasing the veto.
 
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

VetoDisposalException

public VetoDisposalException(Object source)
Construct a new VetoDisposalException instance.

Parameters:
source - the object initiating the veto

VetoDisposalException

public VetoDisposalException(Object source,
                             String message)
Construct a new VetoDisposalException instance.

Parameters:
source - the object initiating the veto
message - the reason for the veto
Method Detail

getSource

public Object getSource()
Return the object rasing the veto.

Returns:
the veto source