com.pega.pegarules.pub.clipboard
Class PegaArchiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pega.pegarules.pub.PRException
              extended by com.pega.pegarules.pub.clipboard.InvalidStreamError
                  extended by com.pega.pegarules.pub.clipboard.PegaArchiveException
All Implemented Interfaces:
java.io.Serializable

public class PegaArchiveException
extends InvalidStreamError

Exception thrown by PegaArchive classes when a method fails because it is unable to read from or write to the archive.

Version:
$Revision: 6256 $ $Date: 2010-10-01 12:20:10 -0400 (Fri, 01 Oct 2010) $
Author:
John Peterson
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
PegaArchiveException()
           
PegaArchiveException(java.lang.String aClass, java.lang.String aMethod, java.lang.String aReason)
           
PegaArchiveException(java.lang.Throwable aCause)
           
 
Method Summary
 
Methods inherited from class com.pega.pegarules.pub.PRException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

PegaArchiveException

public PegaArchiveException()

PegaArchiveException

public PegaArchiveException(java.lang.String aClass,
                            java.lang.String aMethod,
                            java.lang.String aReason)
Parameters:
aClass -
aMethod -
aReason -

PegaArchiveException

public PegaArchiveException(java.lang.Throwable aCause)


Copyright © 2012 Pegasystems Inc. All Rights Reserved.