ccc.plugins.s11n
Class InvalidSnapshotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ccc.plugins.s11n.InvalidSnapshotException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSnapshotException
extends java.lang.RuntimeException

Exception indicating an attempt to change a snapshot to an invalid state.

Author:
Civic Computing Ltd.
See Also:
Serialized Form

Constructor Summary
InvalidSnapshotException(java.lang.String detail, java.lang.Throwable cause)
          Constructor.
InvalidSnapshotException(java.lang.Throwable cause)
          Constructor.
 
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

InvalidSnapshotException

public InvalidSnapshotException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - The cause of the exception.

InvalidSnapshotException

public InvalidSnapshotException(java.lang.String detail,
                                java.lang.Throwable cause)
Constructor.

Parameters:
detail - The details of the exception.
cause - The cause of the exception.


Copyright © 2010. All Rights Reserved.