com.wles
Class InternalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.wles.BaseError
                  extended bycom.wles.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends BaseError

Represents an error which was not related to user actions.

See Also:
Serialized Form

Constructor Summary
InternalException()
           
InternalException(java.lang.String msg)
           
 
Methods inherited from class com.wles.BaseError
getErrorCode
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalException

public InternalException()

InternalException

public InternalException(java.lang.String msg)


Copyright © 2005 BEA Systems Inc. All Rights Reserved.