com.novell.nxpe
Class NxpeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.nxpe.NxpeException
All Implemented Interfaces:
java.io.Serializable

public class NxpeException
extends java.lang.Exception

Since:
NXPE1.0
Author:
Paladin Team
See Also:
Serialized Form

Constructor Summary
NxpeException()
           
NxpeException(NxpeResult result)
           
NxpeException(NxpeResult result, java.lang.String message)
           
NxpeException(NxpeResult result, java.lang.String message, java.lang.Throwable cause)
           
NxpeException(NxpeResult result, java.lang.Throwable cause)
           
NxpeException(java.lang.String message)
           
NxpeException(java.lang.String message, java.lang.Throwable cause)
           
NxpeException(java.lang.Throwable cause)
           
 
Method Summary
 NxpeResult getResult()
           
 
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

NxpeException

public NxpeException()

NxpeException

public NxpeException(java.lang.String message)

NxpeException

public NxpeException(java.lang.String message,
                     java.lang.Throwable cause)

NxpeException

public NxpeException(NxpeResult result)

NxpeException

public NxpeException(NxpeResult result,
                     java.lang.Throwable cause)

NxpeException

public NxpeException(NxpeResult result,
                     java.lang.String message)

NxpeException

public NxpeException(NxpeResult result,
                     java.lang.String message,
                     java.lang.Throwable cause)

NxpeException

public NxpeException(java.lang.Throwable cause)
Method Detail

getResult

public NxpeResult getResult()


Copyright © 2005-2009 Novell, Inc. All Rights Reserved.