org.glassfish.ejb.api
Class ResourcesExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.ejb.api.ResourcesExceededException
All Implemented Interfaces:
Serializable

public class ResourcesExceededException
extends Exception

See Also:
Serialized Form

Constructor Summary
ResourcesExceededException()
           
ResourcesExceededException(Exception ex)
           
ResourcesExceededException(String s)
           
ResourcesExceededException(String s, Exception ex)
           
 
Method Summary
 Exception getNestedException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourcesExceededException

public ResourcesExceededException()

ResourcesExceededException

public ResourcesExceededException(String s)

ResourcesExceededException

public ResourcesExceededException(Exception ex)

ResourcesExceededException

public ResourcesExceededException(String s,
                                  Exception ex)
Method Detail

getNestedException

public Exception getNestedException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable


Copyright © 2012 GlassFish Community. All Rights Reserved.