com.ibm.as400.data
Class PcmlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.as400.data.PcmlException

public class PcmlException
extends java.lang.Exception

Thrown when an error is encountered using a ProgramCallDocument.

Since:
v4r4m0
See Also:
ProgramCallDocument, Serialized Form

Method Summary
 java.lang.Exception getException()
          Returns the original exception that caused this PcmlException.
 java.lang.String getLocalizedMessage()
          Returns a localized description of this PcmlException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Returns a localized description of this PcmlException.
Overrides:
getLocalizedMessage in class java.lang.Throwable
Since:
v4r4m0

getException

public java.lang.Exception getException()
Returns the original exception that caused this PcmlException.
Returns:
The exception that causes this instance of PcmlException. If this exception was not caused by another exception, null is returned.
Since:
v5r1m0