com.pega.pegarules.pub.clipboard
Class InvalidStreamError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pega.pegarules.pub.PRException
com.pega.pegarules.pub.clipboard.InvalidStreamError
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PegaArchiveException
public class InvalidStreamError
- extends PRException
Exception thrown by clipboard classes when a method fails because
an identifier (page name, property name, or group subscript) is not
valid.
- Version:
- $Revision: 14515 $ $Date: 2011-09-23 11:35:56 -0400 (Fri, 23 Sep 2011) $
- Author:
- Gabe Ernst-Edwards
- 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
InvalidStreamError
public InvalidStreamError()
InvalidStreamError
public InvalidStreamError(java.lang.String aClass,
java.lang.String aMethod,
java.lang.String aReason)
InvalidStreamError
public InvalidStreamError(java.lang.Throwable aCause)
- Creates a new exception caused by a root exception.
- Parameters:
aCause
- the root exception
Copyright © 2012 Pegasystems Inc. All Rights Reserved.