|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codelabor.system.file.exception.InvalidRepositoryTypeException
public class InvalidRepositoryTypeException
유효하지 않은 파일 업로드 방식 예외
Constructor Summary | |
---|---|
InvalidRepositoryTypeException()
생성자 |
|
InvalidRepositoryTypeException(String message)
생성자 |
|
InvalidRepositoryTypeException(String message,
Throwable cause)
생성자 |
|
InvalidRepositoryTypeException(Throwable cause)
생성자 |
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 InvalidRepositoryTypeException()
public InvalidRepositoryTypeException(String message, Throwable cause)
message
- 메시지cause
- 원인public InvalidRepositoryTypeException(String message)
message
- 메시지public InvalidRepositoryTypeException(Throwable cause)
cause
- 원인
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |