com.pega.pegarules.pub.clipboard
Class PegaArchiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pega.pegarules.pub.PRException
com.pega.pegarules.pub.clipboard.InvalidStreamError
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
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
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.