Class ResourcesExceededException

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

public class ResourcesExceededException extends Exception
See Also:
  • Constructor Details

    • ResourcesExceededException

      public ResourcesExceededException()
    • ResourcesExceededException

      public ResourcesExceededException(String s)
    • ResourcesExceededException

      public ResourcesExceededException(Exception ex)
    • ResourcesExceededException

      public ResourcesExceededException(String s, Exception ex)
  • Method Details