All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.pref_reg.InternalException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----iceberg.pref_reg.InternalException

public class InternalException
extends Exception
Thrown when there is an internal server exception in the back-end


Constructor Index

 o InternalException()
 o InternalException(String)

Method Index

 o getMessage()

Constructors

 o InternalException
 public InternalException()
 o InternalException
 public InternalException(String s)

Methods

 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index