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:
java.io.Serializable

public class ResourcesExceededException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ResourcesExceededException()
           
ResourcesExceededException(java.lang.Exception ex)
           
ResourcesExceededException(java.lang.String s)
           
ResourcesExceededException(java.lang.String s, java.lang.Exception ex)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.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(java.lang.String s)

ResourcesExceededException

public ResourcesExceededException(java.lang.Exception ex)

ResourcesExceededException

public ResourcesExceededException(java.lang.String s,
                                  java.lang.Exception ex)
Method Detail

getNestedException

public java.lang.Exception getNestedException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2012 GlassFish Community. All Rights Reserved.