|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.indiana.iucbrf.exceptions.DomainNotSpecifiedException
public class DomainNotSpecifiedException
An exception indicating that a domain is needed, but has not been specified.
| Constructor Summary | |
|---|---|
DomainNotSpecifiedException()
Creates new DomainNotSpecifiedException without detail message. |
|
DomainNotSpecifiedException(java.lang.String msg)
Constructs an DomainNotSpecifiedException with the specified detail message. |
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DomainNotSpecifiedException()
DomainNotSpecifiedException without detail message.
public DomainNotSpecifiedException(java.lang.String msg)
DomainNotSpecifiedException with the specified detail message.
msg - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||